Add docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Jul 2007 03:23:42 +0000 (03:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Jul 2007 03:23:42 +0000 (03:23 +0000)
svn path=/trunk/; revision=18454

ChangeLog
gtk/gtkclipboard.c

index f8f3b4baa446a39e8d9f4edcd2c0d1a239f23f96..9e495921eb8857684c405e835bd6b18b24fd92d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-07-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkclipboard.c: Add documentation.
+
+2007-07-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcelleditable.c:
+       * gtk/gtkcellrenderer.c:
+       * gtk/gtkcellrenderercombo.c:
+       * gtk/gtkcellrenderertext.c: Add more documentation.
+
 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtktreeview.c:
index ec8ad9d06a5dc230115238b498b206b23a0c50ff..920aad923a0e40d270a466133e9b4f54ce74e74f 100644 (file)
@@ -167,6 +167,17 @@ gtk_clipboard_class_init (GtkClipboardClass *class)
 
   class->owner_change = gtk_clipboard_owner_change;
 
+  /**
+   * GtkClipboard::owner-change:
+   * @clipboard: the #GtkClipboard on which the signal is emitted
+   * @event: the @GdkEventOwnerChange event 
+   *
+   * The ::owner-change signal is emitted when GTK+ receives an
+   * event that indicates that the ownership of the selection 
+   * associated with @clipboard has changed.
+   *
+   * Since: 2.6
+   */ 
   clipboard_signals[OWNER_CHANGE] =
     g_signal_new (I_("owner_change"),
                  G_TYPE_FROM_CLASS (gobject_class),
@@ -1726,7 +1737,7 @@ gtk_clipboard_wait_is_target_available (GtkClipboard *clipboard,
  * _gtk_clipboard_handle_event:
  * @event: a owner change event
  * 
- * Emits the ::owner_change signal on the appropriate @clipboard.
+ * Emits the #GtkClipboard::owner-change signal on the appropriate @clipboard.
  *
  * Since: 2.6
  **/